home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / graphics / ripley / source / smakefiles.readme < prev    next >
Text File  |  1999-03-02  |  701b  |  50 lines

  1.  
  2. smakefile-68k-conly
  3.  
  4.     68k-version, C-code, no C-optimizations
  5.     for testing, debugging
  6.  
  7.  
  8. smakefile-68k-conly-opt
  9.  
  10.     68k-version, C-code, C-optimizations
  11.     for optimizing, profiling
  12.  
  13.  
  14. smakefile-68k
  15.  
  16.     68k-version, assembler-optimizations, no C-optimizations
  17.     for testing, debugging
  18.  
  19.  
  20. smakefile-68k-opt
  21.  
  22.     68k-version, assembler/C-optimizations
  23.     for testing, debugging, C/asm optimizing + profiling
  24.  
  25.  
  26. smakefile-68k-release
  27.  
  28.     68k-version, assembler/C-optimizations, no debug-hunks
  29.  
  30.  
  31.  
  32. smakefile-ppc
  33.  
  34.     ppc-version, no C-optimizations
  35.     for testing, debugging
  36.  
  37.  
  38. smakefile-ppc-opt
  39.  
  40.     ppc-version, C-optimizations
  41.     for optimizing, profiling
  42.  
  43.  
  44. smakefile-ppc-release
  45.  
  46.     ppc-version, c-optimizations, no debug-infos
  47.  
  48.  
  49.  
  50.